home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / extreme_floreist.swf / scripts / DefineButton2_188 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2008-08-07  |  80b  |  6 lines

  1. on(release){
  2.    _root.addGamePlay();
  3.    gotoAndStop("Start");
  4.    play();
  5. }
  6.